home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
j_41_st.zoo
/
tutorial.zoo
/
tut
/
tut12.js
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-06
|
455 b
|
26 lines
CLASSIFICATION dot products Ef
2 3 5 | 0 5 3 8 2 7 5 10
4 2 1 | 0 1 2 3 4 5 6 7
------|-----------------
| 0 0 0 0 1 1 1 1
| 0 0 1 1 0 0 1 1
| 0 1 0 1 0 1 0 1
row0 =. 2 3 5 [ col5=. 1 0 1
row0 * col5
2 0 5
+/ row0 * col5
7
row0 +/ . * cct
0 5 3 8 2 7 5 10
row0 */ . ^ cct
1 5 3 15 2 10 6 30
row0 ^ col5
2 1 5
*/ row0 ^ col5
10